From 78f0663cae087ff0a11ee66b3988a29643e6fa8c Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 17 Nov 2002 02:39:56 +0000 Subject: [PATCH] Look in text field, too... --- magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magproto.c b/magproto.c index 72d4568de..704dd3bfa 100644 --- a/magproto.c +++ b/magproto.c @@ -978,7 +978,7 @@ mag_waypt_pr(const waypoint *waypointp) isrc = waypointp->notes ? waypointp->notes : waypointp->description; owpt = global_opts.synthesize_shortnames ? mkshort(isrc) : waypointp->shortname, - odesc = waypointp->description ? waypointp->description : ""; + odesc = isrc ? isrc : ""; owpt = mag_cleanse(owpt); odesc = mag_cleanse(odesc); -- 2.30.2